ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / ChartAxis<T> Class
Properties


In This Topic
    ChartAxis<T> Class Members
    In This Topic

    The following tables list the members exposed by ChartAxis<T>.

    Public Constructors
     NameDescription
    Public ConstructorCreates one ChartAxis<T> instance.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets a value indicating whether the axis line is visible.  
    Public PropertyGets or sets the comma-separated property names for property "ItemsSource".  
    Public PropertyGets or sets the format string used for axis labels  
    Public PropertyGets or sets the itemFormatter client-side function name for axis labels.  
    Public PropertyGets or sets the items source for axis labels.  
    Public PropertyGets or sets the label alignment.  
    Public PropertyGets or sets the rotation angle of axis labels. The angle is measured in degrees with valid values ranging from -90 to 90.  
    Public PropertyGets or sets the label padding.  
    Public PropertyGets or sets a value indicating whether axis labels are visible.  
    Public PropertyGets or sets the logarithmic base of the axis.  
    Public PropertyGets or sets a value indicating whether the axis includes grid lines.  
    Public PropertyGets or sets the location of axis tick marks.  
    Public PropertyGets or sets the number of units between axis labels.If the axis contains date values, then the units are expressed in days.  
    Public PropertyGets or sets the maximum value shown on the axis. If not set, the maximum is calculated automatically.  
    Public PropertyGets or sets the minimum value shown on the axis. If not set, the minimum is calculated automatically.  
    Public PropertyGets or sets a value indicating whether the axis includes minor grid lines.  
    Public PropertyGets or sets the location of minor axis tick marks.  
    Public PropertyGets or sets the number of units between minor axis ticks. If the axis contains date values, then the units are expressed in days.  
    Public PropertyGets or sets the axis name.  
    Public PropertyOccurs when axis range changed.  
    Public PropertyGets or sets the value at which the axis crosses perpendicular axis.  
    Public PropertyGets or sets a value indicating how to handle overlapped axis labels.  
    Public PropertyGets or sets the plot area for the axis.  
    Public PropertyGets or sets the enumerated axis position.  
    Public PropertyGets or sets a value indicating whether the axis is reversed (top to bottom or right to left).  
    Public PropertyGets or sets the title text shown next to the axis.  
    Top
    See Also